home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / VXAVTOOL.ZIP / EXEC-VIR.ZIP / GOATEXEC.ZIP / WHATSNEW.400 < prev    next >
Encoding:
Text File  |  1997-04-03  |  1.4 KB  |  31 lines

  1. New features in GOAT 4.0 package    ┌──────────────────────────────────────┐
  2. ================================    │ NEW - CREATION OF NE-EXE AND PE-EXE  │
  3.                                     │ FILES FOR WINDOWS 3.x AND WINDOWS 95 │
  4.                                     └──────────────────────────────────────┘
  5. 1.  All programs are joined into one - GOAT.COM.
  6.  
  7. 2.  All limitations on the number of generated files
  8.     are removed (now, after 000...999 go AAA...ZZZ, etc.).
  9.  
  10. 3.  Lots of new switches appeared:
  11.         /Qnn    - to redefine '0' in the filenames
  12.         /S      - to remove goat's selfchecking
  13.         /7      - to enable beep when selfcheck failed
  14.         /Gnn    - to redefine NOP
  15.         /L[nnnn]- to assign the year of goat creation
  16.         /X[nn]  - to remove E9 00 00 at goat code start
  17.         /#[nnn] - to add relocation entries to EXE files
  18.         /W[nnnn]- to create Windows NE-EXE files (*)
  19.         /!      - to create Windows95/Win32 PE-EXE files (*)
  20.         /2      - to change target OS of NE-EXE/PE-EXE
  21.  
  22. 4.  Some switches got parameters or were substituted:
  23.         /E[nnn] - size of EXE header in paragraphs
  24.         /R[nn]  - the attribute of created goat file
  25.                   (Readonly/Hydden/System)
  26.         /P2     - substitutes old /W (word pattern) switch
  27.  
  28. *) NE-EXE and PE-EXE creation is rather complex stuff, so
  29.    they are declared to be BETA-release until further notice
  30.  
  31.